Do not reset window modification event counters excessively.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 8 Aug 2013 04:42:40 +0000 (08:42 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 8 Aug 2013 04:42:40 +0000 (08:42 +0400)
commitd9c75b705a3443807ad7ae7676affe78824494d4
tree091784894f45db923e753cdbaf255cd51b8bf267
parentb13d31fe4a6a4f26c6046d7f66898f4d2be53230
Do not reset window modification event counters excessively.
These leftovers and poor man's tricky methods to catch extra
redisplay's attention are no longer needed.
* frame.c (set_menu_bar_lines_1):
* minibuf.c (read_minibuf_unwind):
* window.c (Fset_window_start, set_window_buffer, window_resize_apply)
(grow_mini_window, shrink_mini_window, window_scroll_pixel_based)
(window_scroll_line_based, Fset_window_configuration):
* xdisp.c (redisplay_window): Do not reset last_modified and
last_overlay_modified counters.
src/ChangeLog
src/frame.c
src/minibuf.c
src/window.c
src/xdisp.c